PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / getPage Method
The number of the page to retrieve.
In This Topic
    getPage Method
    In This Topic
    Get the PDFPage at the specified position.
    Syntax
    public PDFPage getPage( 
       int pageNumber
    )

    Parameters

    pageNumber
    The number of the page to retrieve.

    Return Value

    The page at the given page number.
    See Also